home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2005 October
/
Gamestar_77_2005-10_dvd.iso
/
Programy
/
powarc920cz.exe
/
{app}
/
POWERARC.EXE
/
0
/
RCDATA
/
TFINDFORM
/
TFINDFORM.txt
Wrap
Text File
|
2005-03-06
|
4KB
|
188 lines
object FindForm: TFindForm
Left = 328
Top = 102
BorderStyle = bsDialog
Caption = 'Find Files'
ClientHeight = 237
ClientWidth = 368
Color = clBtnFace
ParentFont = True
KeyPreview = True
OldCreateOrder = True
Scaled = False
OnCreate = FormCreate
OnKeyPress = FormKeyPress
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object TLabel
Left = 16
Top = 56
Width = 45
Height = 13
Caption = 'File &type:'
end
object PageControl1: TPageControl
Left = 4
Top = 10
Width = 361
Height = 193
ActivePage = TabSheet2
TabOrder = 0
object TabSheet1: TTabSheet
Caption = 'Name'
object Label1: TLabel
Left = 16
Top = 56
Width = 65
Height = 13
AutoSize = False
Caption = 'File &Name:'
FocusControl = ftype
Transparent = True
end
object ftype: TEdit
Left = 80
Top = 53
Width = 265
Height = 21
TabOrder = 0
end
end
object TabSheet2: TTabSheet
Caption = 'Date'
object Label2: TLabel
Left = 11
Top = 60
Width = 42
Height = 13
Caption = 'Between'
FocusControl = ftype
Transparent = True
end
object Label3: TLabel
Left = 193
Top = 60
Width = 18
Height = 13
Caption = 'and'
FocusControl = ftype
Transparent = True
end
object AllDates: TRadioButton
Left = 8
Top = 8
Width = 169
Height = 17
Caption = '&All dates'
TabOrder = 0
OnClick = AllDatesClick
end
object ModifiedDates: TRadioButton
Left = 8
Top = 32
Width = 185
Height = 17
Caption = '&Find files created or modified '
TabOrder = 1
OnClick = ModifiedDatesClick
end
object etime1: TDateTimePicker
Left = 64
Top = 56
Width = 121
Height = 21
Date = 37735.929405462960000000
Time = 37735.929405462960000000
TabOrder = 2
end
object etime2: TDateTimePicker
Left = 222
Top = 56
Width = 121
Height = 21
Date = 37735.929405462960000000
Time = 37735.929405462960000000
TabOrder = 3
end
end
object TabSheet3: TTabSheet
Caption = 'Size'
object bytesL: TLabel
Left = 160
Top = 78
Width = 32
Height = 13
Caption = 'kbytes'
Transparent = True
end
object AllSizes: TRadioButton
Left = 8
Top = 16
Width = 217
Height = 17
Caption = '&All sizes'
TabOrder = 0
OnClick = AllSizesClick
end
object CSize: TRadioButton
Left = 8
Top = 40
Width = 217
Height = 17
Caption = '&Find file size in the range'
TabOrder = 1
OnClick = CSizeClick
end
object SizeMode: TComboBox
Left = 48
Top = 104
Width = 153
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 2
Items.Strings = (
'Below (<=)'
'Above (>=)'
'Exact (=)')
end
object SelSize: TEdit
Left = 48
Top = 72
Width = 105
Height = 21
TabOrder = 3
end
end
end
object OKButt: TButton
Left = 125
Top = 208
Width = 75
Height = 25
Caption = '&OK'
Default = True
TabOrder = 1
OnClick = HelpButtClick
end
object CancelButt: TButton
Left = 206
Top = 208
Width = 75
Height = 25
Caption = '&Cancel'
TabOrder = 2
OnClick = CancelButtClick
end
object HB: TButton
Left = 287
Top = 208
Width = 75
Height = 25
Caption = '&Help'
TabOrder = 3
OnClick = HBClick
end
end